Home

Computer science

'



\ufeffPart 2: Bash Scripting
The equation to calculate the future value (the value of a account after compounded
interest has been applied at the end of a given term) \ufeffis given as:

 \ufefffuturevalue=principal*(1+rate/term)^term

Write a script called interest to determine the future value of 100.00 \ufeffat a rate of 5%
(.05) \ufefffor a term of twelve months to 4 \ufeffdecimal places. You may use constants here.
a. \ufeffShow the script.
b. \ufeffGive the result.
'

Answer